home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / misc / emu / AWClock.lha / CLOCK.EXE / 0 / RCDATA / TFRMMENUPROJECT / TFRMMENUPROJECT.txt < prev   
Encoding:
Text File  |  2001-05-30  |  2.2 KB  |  106 lines

  1. object frmMenuProject: TfrmMenuProject
  2.   Left = 221
  3.   Top = 208
  4.   BorderStyle = bsNone
  5.   Caption = 'Clock ï¿½ Project'
  6.   ClientHeight = 66
  7.   ClientWidth = 112
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Shape1: TShape
  18.     Left = 0
  19.     Top = 0
  20.     Width = 112
  21.     Height = 66
  22.   end
  23.   object Shape2: TShape
  24.     Left = 1
  25.     Top = 0
  26.     Width = 110
  27.     Height = 65
  28.   end
  29.   object lblMenuAnalog: TLabel
  30.     Left = 25
  31.     Top = 2
  32.     Width = 44
  33.     Height = 13
  34.     AutoSize = False
  35.     Caption = 'Analog'
  36.     Color = clWhite
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = clWindowText
  39.     Font.Height = -11
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = [fsBold]
  42.     ParentColor = False
  43.     ParentFont = False
  44.     OnMouseMove = lblMenuAnalogMouseMove
  45.     OnMouseUp = lblMenuAnalogMouseUp
  46.   end
  47.   object lblMenuDigital: TLabel
  48.     Left = 25
  49.     Top = 22
  50.     Width = 76
  51.     Height = 13
  52.     AutoSize = False
  53.     Caption = 'Digital'
  54.     Color = clWhite
  55.     Font.Charset = DEFAULT_CHARSET
  56.     Font.Color = clWindowText
  57.     Font.Height = -11
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = [fsBold]
  60.     ParentColor = False
  61.     ParentFont = False
  62.     OnMouseMove = lblMenuDigitalMouseMove
  63.     OnMouseUp = lblMenuDigitalMouseUp
  64.   end
  65.   object lblMenuQuit: TLabel
  66.     Left = 9
  67.     Top = 46
  68.     Width = 94
  69.     Height = 13
  70.     AutoSize = False
  71.     Caption = 'Quit'
  72.     Color = clWhite
  73.     Font.Charset = DEFAULT_CHARSET
  74.     Font.Color = clWindowText
  75.     Font.Height = -11
  76.     Font.Name = 'MS Sans Serif'
  77.     Font.Style = [fsBold]
  78.     ParentColor = False
  79.     ParentFont = False
  80.     OnMouseMove = lblMenuQuitMouseMove
  81.     OnMouseUp = lblMenuQuitMouseUp
  82.   end
  83.   object Shape3: TShape
  84.     Left = 8
  85.     Top = 42
  86.     Width = 95
  87.     Height = 1
  88.     Brush.Style = bsClear
  89.   end
  90.   object imgCheckAnalog: TImage
  91.     Left = 3
  92.     Top = 6
  93.     Width = 22
  94.     Height = 16
  95.     Picture.Data = {<image000.bmp>}
  96.   end
  97.   object imgCheckDigital: TImage
  98.     Left = 3
  99.     Top = 24
  100.     Width = 22
  101.     Height = 16
  102.     Picture.Data = {<image001.bmp>}
  103.     Visible = False
  104.   end
  105. end
  106.